In this python project, we create a simple BMI calculator . Here is a step to step walk through of the project.
We start by writing out the formula that will be used to calculate the Body Mass Index of a user.
We then write out the various threshhold that will be used to put users into various categories.
We then write out the code for the calculator. The aim is to prompt the user for their weight and height and using this calculate their Body Mass Index.
We then test the calculator out to see whether it functions as intended.
To download and view the full project on GitHub, click here.